home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / 2DLab / Makefile < prev    next >
Encoding:
Makefile  |  1992-01-19  |  889 b   |  40 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = 2DLab
  11.  
  12. INTERFACES = 2DLab.nib
  13. CLASSES = TwoDTSP.m TwoDView.m
  14. MFILES = 2DLab_main.m add.m cheap.m dist.m farthest.m near.m touropt.m
  15. CFILES = edgelist.c functions.c geometry.c heap.c memory.c voronoi.c \
  16.          vregion.c
  17. HFILES = prototypes.h tspheaders.h
  18. APPICON = icon.tiff
  19.  
  20.  
  21. SOURCEMODE = 444
  22.  
  23. LIBS = -lNeXT_s -lsys_s
  24. DEBUG_LIBS = $(LIBS)
  25. PROF_LIBS = -lNeXT_p -lsys_p
  26.  
  27. MAKEFILEDIR = /usr/lib/nib
  28. ICONSECTIONS =    -sectcreate __ICON app icon.tiff
  29.  
  30. INSTALLDIR = /LocalApps
  31. INSTALLFLAGS = -c -s -m 755
  32.  
  33. -include Makefile.preamble
  34.  
  35. include $(MAKEFILEDIR)/app.make
  36.  
  37. -include Makefile.postamble
  38.  
  39. -include Makefile.dependencies
  40.